![]() |
Sensor Fusion for Kinetis MCUs (ISSDK/KSDK version)
|
Include dependency graph for hal_frdm_fxs_mult2_b.c:Go to the source code of this file.
Functions | |
| void | ApplyAccelHAL (AccelSensor *Accel) |
| void | ApplyMagHAL (MagSensor *Mag) |
| void | ApplyGyroHAL (GyroSensor *Gyro) |
| void ApplyAccelHAL | ( | AccelSensor * | Accel | ) |
Apply the accelerometer Hardware Abstraction Layer.
| Accel | pointer to accelerometer logical sensor |
Definition at line 44 of file hal_frdm_fxs_mult2_b.c.
Referenced by initializeSensors().
Here is the caller graph for this function:| void ApplyGyroHAL | ( | GyroSensor * | Gyro | ) |
Apply the gyroscope Hardware Abstraction Layer.
| Gyro | pointer to gyroscope logical sensor |
Definition at line 99 of file hal_frdm_fxs_mult2_b.c.
Referenced by processMagData().
Here is the caller graph for this function:| void ApplyMagHAL | ( | MagSensor * | Mag | ) |
Apply the magnetometer Hardware Abstraction Layer.
| Mag | pointer to magnetometer logical sensor |
Definition at line 71 of file hal_frdm_fxs_mult2_b.c.
Referenced by processMagData().
Here is the caller graph for this function: